summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/xml/locales_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/app/src/main/res/xml/locales_config.xml')
-rw-r--r--src/android/app/src/main/res/xml/locales_config.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/android/app/src/main/res/xml/locales_config.xml b/src/android/app/src/main/res/xml/locales_config.xml
deleted file mode 100644
index 51b88d9dc..000000000
--- a/src/android/app/src/main/res/xml/locales_config.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<locale-config xmlns:android="http://schemas.android.com/apk/res/android">
- <locale android:name="en" /> <!-- English (default) -->
- <locale android:name="de" /> <!-- German -->
- <locale android:name="es" /> <!-- Spanish -->
- <locale android:name="fr" /> <!-- French -->
- <locale android:name="it" /> <!-- Italian -->
- <locale android:name="ja" /> <!-- Japanese -->
- <locale android:name="nb" /> <!-- Norwegian Bokmal -->
- <locale android:name="pl" /> <!-- Polish -->
- <locale android:name="pt-rBR" /> <!-- Portuguese (Brazil) -->
- <locale android:name="pt-RPT" /> <!-- Portuguese (Portugal) -->
- <locale android:name="ru" /> <!-- Russian -->
- <locale android:name="uk" /> <!-- Ukranian -->
- <locale android:name="zh-rCN" /> <!-- Chinese (China) -->
- <locale android:name="zh-rTW" /> <!-- Chinese (Taiwan) -->
-</locale-config>